home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cbibcode.arc / GETPASS.C < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-05  |  114 b   |  6 lines

  1. /* getpass.c --- p 516 */
  2. #include <conio.h>
  3. main()
  4. {
  5.     printf("You entered: %s\n", getpass("Password: "));
  6. }